//Title Movement of variables in Stack wihout any graphics //Category C++ » Algorithms //BY FutureSoft (www.FutureSoft.yolasite.com) //Code : #include #include #include #include void hori(int,int); void para(int,int); void vert(int,int); static int x=3,y=15; char ch; void main() { clrscr(); cout <<" enter a character and see the path "; cin >>ch; gotoxy(x,y); x++; cout<